←Select platform

Result Property

Summary

Generic result of running the command asynchronously.

Syntax
C#
VB
C++
public T Result { get; set; } 
Public Property Result() As T 
   Get 
   Set 
public:  
   property T Result 
   { 
      T get() 
      void set(T value) 
   } 

Property Value

The generic result of running the command asynchronously.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly